openjdk-17.git
12 days agoMerge version 17.0.20+8-1~deb12u1+rpi1 and 17.0.20.1+1-1~deb12u1 to produce 17.0... bookworm-staging archive/raspbian/17.0.20.1+1-1_deb12u1+rpi1 raspbian/17.0.20.1+1-1_deb12u1+rpi1
Raspbian automatic forward porter [Fri, 4 Sep 2026 05:07:58 +0000 (06:07 +0100)]
Merge version 17.0.20+8-1~deb12u1+rpi1 and 17.0.20.1+1-1~deb12u1 to produce 17.0.20.1+1-1~deb12u1+rpi1

3 weeks agoMerge openjdk-17 (17.0.20.1+1-1~deb12u1) import into refs/heads/workingbranch
Emilio Pozuelo Monfort [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Merge openjdk-17 (17.0.20.1+1-1~deb12u1) import into refs/heads/workingbranch

3 weeks ago[PATCH] fix(TemplateTable): use float operations for fast_xaccess() and fstore()...
Vladimir Petko [Mon, 6 Jul 2026 21:58:32 +0000 (09:58 +1200)]
[PATCH] fix(TemplateTable): use float operations for fast_xaccess() and fstore(). This PR changes fstore and fast_xaccess operations to generate float (4 byte) instructions on S390x. This resolves out of bound read and writes on float that causes a segmentation fault with Compact Object Headers enabled.

From b9ea4636bea0f6264b2c602e4203e8e604d8da6e Mon Sep 17 00:00:00 2001
Bug: https://bugs.openjdk.org/browse/JDK-8387580
Origin: upstream, https://github.com/openjdk/jdk/commit/978dfecb6545166aee93a8e68c9c82535b0cb3e2

Gbp-Pq: Name jdk-8387580.diff

3 weeks agoProcess tests fail due to rust-coreutils
Vladimir Petko [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Process tests fail due to rust-coreutils

Origin: upstream, https://github.com/openjdk/jdk/pull/25838
Bug: https://bugs.openjdk.org/browse/JDK-8359735
Reviewed-by: Roger Riggs <roger.riggs@oracle.com>
Last-Update: 2025-06-19

To accommodate systems like Ubuntu 25.10 that use Rust coreutils,
this PR updates tests that previously assumed busybox was the only
environment to use symlinks for core utilities.
- java/lang/ProcessBuilder/Basic.java: The test is updated to simply
  verify that /bin/true and /bin/false are symlinks,
  removing the hardcoded check for a /bin/busybox target.
- java/lang/ProcessHandle/InfoTest.java: The test logic is relaxed.
  It now confirms that /bin/sleep is a symlink and then uses the
  symlink's target as the expected executable name.
Last-Update: 2025-06-19
Gbp-Pq: Name jdk-8359735.patch

3 weeks agotools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++
Vladimir Petko [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++

Origin: upstream, https://github.com/openjdk/jdk/commit/78a8a99d990dcc0b77c096bb2ca2c1bb86462e3f
Bug: https://bugs.openjdk.org/browse/JDK-8312488
Reviewed-By: asemenyuk, almatvee
Last-Update: 2024-07-18

The generated image contains libjpackageapplauncheraux.so that
contains a destructor function dcon(). It calls already disposed
logger, causing a crash.
Last-Update: 2024-07-18
Gbp-Pq: Name jdk-8312488.patch

3 weeks ago(fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble
Vladimir Petko [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
(fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble

Origin: upstream, https://github.com/openjdk/jdk/pull/20208
Bug: https://bugs.openjdk.org/browse/JDK-8336529
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/openjdk-23/+bug/2073335
Last-Update: 2024-07-17

time_t transition in Debian/Ubuntu left 32 bit time_t symbols in glibc.
Looking up 'futimens' via dlsym returns 32 bit version of the function.
This is causing failure to set last modified time
(e.g. instead of year 2017 we get 1976 in the test).
Using the function directly correctly calls 64 bit versions.
When we lookup functions with time_t arguments through dlsym()
calls we should use 64 bit versions.
Last-Update: 2024-07-17
Gbp-Pq: Name jdk-8336529-proposed.patch

3 weeks agouse int instead of time_t to print timezone info
Vladimir Petko [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch

3 weeks agoloong64-autoconf-config
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
loong64-autoconf-config

Gbp-Pq: Name loong64-autoconf-config.diff

3 weeks agoUse IP address in tests
Vladimir Petko [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Use IP address in tests

Forwarded: not-needed
Last-Update: 2023-03-27

Ubuntu build machines are not set up for dns. Use IP addresses to get correct test
outcomes.

Gbp-Pq: Name test-use-ip-address.patch

3 weeks agoReplace hostname with a non-existant ip address
Vladimir Petko [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Replace hostname with a non-existant ip address

Forwarded: no
Last-Update: 2023-03-27

In Ubuntu build environment we do not have DNS resolver, causing an unexpected test
failure. Use a non-existant IP address instead of hostname.

Gbp-Pq: Name ldap-timeout-test-use-ip.patch

3 weeks agoAdd missing permissions for TestNG 7.7
Vladimir Petko [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Add missing permissions for TestNG 7.7

Last-Update: 2023-03-24

TestNG has added more configuration properties, allow them in the minimal policy

Gbp-Pq: Name update-permission-test.patch

3 weeks agoMisalign address in the test rather than structure
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Misalign address in the test rather than structure

mk68-support.diff aligned metaspace structures by 4 bytes breaking the test.
Add 1 to address type rather than aligned structure to produce misaligned pointer.

Gbp-Pq: Name misalign-pointer-for-armhf.patch

3 weeks agoarmhf does not support frame unwinding, simplify assertion
Vladimir Petko [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
armhf does not support frame unwinding, simplify assertion

Bug: https://bugs.openjdk.org/browse/JDK-8305480

os::current_frame() is stubbed out on armhf and this test fails.
Simplify assertion as there is no "from xxxx" output on armhf.

Gbp-Pq: Name update-assertion-for-armhf.patch

3 weeks ago8314491: Linux: jexec launched via PATH fails to find java
Vladimir Petko [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
8314491: Linux: jexec launched via PATH fails to find java

Bug: https://github.com/openjdk/jdk/pull/15343
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029342
Applied-Upstream: dab1c213fd2760686a7bf3fc8838f4a21056a954
Last-Update: 2023-09-11

 jexec uses argv[0] parameter to find its own location.
 argv[0] is populated with the command value causing a failure to locate java
 when jexec is found in the PATH (in this case argv[0] contains just 'jexec')

Gbp-Pq: Name 8314491-jexec.patch

3 weeks agomips
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
mips

# DP: Untested patch suggested to fix #983878

# DP: Untested patch suggested to fix #983878

Gbp-Pq: Name mips.diff

3 weeks agojlink: Hash of module differs to expected hash recorded in java.base
Julian Gilbey [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
jlink: Hash of module differs to expected hash recorded in java.base

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944738
Forwarded: not-needed

The cause is the use of dh_strip_nondeterminism late in the build
process.  This reorganises the jmod files, which in turn changes their
SHA256 checksums.  This would not be a problem, except that the
checksums are saved in java.base.jmod *before* the use of
dh_strip_nondeterminism.  Performing this stripping immediately after
each jmod file is created results in the checksums being consistent
throughout.

Gbp-Pq: Name reproducible-build-jmod.diff

3 weeks agoMakes the generated module-info.java files reproducible (removes a captured build...
Emmanuel Bourg [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Makes the generated module-info.java files reproducible (removes a captured build path)

Forwarded: no

Gbp-Pq: Name reproducible-module-info.diff

3 weeks agoMakes the generated character data classes reproducible (removes a timestamp and...
Emmanuel Bourg [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Makes the generated character data classes reproducible (removes a timestamp and trims a build path captured in the comments)

Forwarded: no

Gbp-Pq: Name reproducible-character-data.diff

3 weeks agoRevert upstream default to GTK2
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Revert upstream default to GTK2

OpenJDK 11 uses GTK3 by default for the GTK Look and Feel but it still
has too many pending issues and artifacts and is not on par with GTK2
support. This patch is the reverse of the upstream commit which ensures
that GTK2 is tried before GTK3.
 When GTK3 becomes better supported we should drop this and update the
 dlopen_jre_depends variable in debian/rules accordingly.
Origin: upstream, http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/3e3696a308e1
Bug: https://bugs.openjdk.java.net/browse/JDK-8198649,
     https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8198654
Bug-Ubuntu: https://launchpad.net/bugs/1770278
Forwarded: not-needed
Applied-Upstream: http//hg.openjdk.java.net/jdk-updates/jdk11u/rev/3e3696a308e1
Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2019-03-27 <YYYY-MM-DD, last update of the meta-information, optional>

Gbp-Pq: Name keep-gtk2-as-default.patch

3 weeks ago[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)
John Paul Adrian Glaubitz [Fri, 21 Dec 2018 12:18:17 +0000 (15:18 +0300)]
[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)

Gbp-Pq: Name Don-t-optimize-fdlibm-fork-for-Zero-on-linux-sparc-Z.patch

3 weeks agomake-debug-print
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
make-debug-print

Gbp-Pq: Name make-debug-print.diff

3 weeks agoMakes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOC...
Emmanuel Bourg [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Makes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOCH is specified

Forwarded: no

Gbp-Pq: Name reproducible-properties-timestamp.diff

3 weeks agoFix alignment issues on m68k
John Paul Adrian Glaubitz [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Fix alignment issues on m68k

Last Update: 2019-04-29

Last Update: 2019-04-29

Gbp-Pq: Name m68k-support.diff

3 weeks agodnd-files
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
dnd-files

Gbp-Pq: Name dnd-files.diff

3 weeks agoatk-wrapper-security
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
atk-wrapper-security

Gbp-Pq: Name atk-wrapper-security.diff

3 weeks agohotspot-disable-exec-shield-workaround
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
hotspot-disable-exec-shield-workaround

Gbp-Pq: Name hotspot-disable-exec-shield-workaround.diff

3 weeks agozero-x32
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
zero-x32

Gbp-Pq: Name zero-x32.diff

3 weeks agomachine-flag
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
machine-flag

Gbp-Pq: Name machine-flag.diff

3 weeks ago8199220
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
8199220

# HG changeset patch
# User enevill
# Date 1520877434 0
#      Mon Mar 12 17:57:14 2018 +0000
# Node ID 81265b23c488c7fd03ebaee04d1802fc0ada737e
# Parent  ecd91135d645bed6620abbd76ce30a906b6d7d44
8199220: Zero build broken after 81951038191102 and 8189871
Reviewed-by: dholmes, stuefe, eosterlund, glaubitz, coleenp
Gbp-Pq: Name 8199220.diff

3 weeks agojdk-i18n-pt_BR
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
jdk-i18n-pt_BR

Gbp-Pq: Name jdk-i18n-pt_BR.diff

3 weeks agojtreg-location
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
jtreg-location

Gbp-Pq: Name jtreg-location.diff

3 weeks agojdk-getAccessibleValue
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
jdk-getAccessibleValue

Gbp-Pq: Name jdk-getAccessibleValue.diff

3 weeks agos390x-opt
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
s390x-opt

Gbp-Pq: Name s390x-opt.diff

3 weeks agomultiple-pkcs11-library-init
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
multiple-pkcs11-library-init

# HG changeset patch
# User andrew
# Date 1352129932 0
# Node ID e9c857dcb964dbfa5eef3a3590244cb4d999cf7a
# Parent  1406789608b76d0906881979335d685855f44190
Allow multiple PKCS11 library initialisation to be a non-critical error.

Gbp-Pq: Name multiple-pkcs11-library-init.diff

3 weeks agoadlc-parser
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
adlc-parser

# DP: fixes an uninitialized memory issue in adlc

# DP: fixes an uninitialized memory issue in adlc

Gbp-Pq: Name adlc-parser.diff

3 weeks agodefault-jvm-cfg
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
default-jvm-cfg

Gbp-Pq: Name default-jvm-cfg.diff

3 weeks agolibpcsclite-dlopen
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
libpcsclite-dlopen

Gbp-Pq: Name libpcsclite-dlopen.diff

3 weeks agoicedtea-override-redirect-compiz
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
icedtea-override-redirect-compiz

Gbp-Pq: Name icedtea-override-redirect-compiz.diff

3 weeks agoicc_loading_with_symlink
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
icc_loading_with_symlink

Gbp-Pq: Name icc_loading_with_symlink.diff

3 weeks agohotspot-mips-align
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
hotspot-mips-align

Gbp-Pq: Name hotspot-mips-align.diff

3 weeks agosystem-pcsclite
OpenJDK Team [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
system-pcsclite

Gbp-Pq: Name system-pcsclite.diff

3 weeks agoopenjdk-17 (17.0.20.1+1-1~deb12u1) bookworm-security; urgency=medium
Emilio Pozuelo Monfort [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
openjdk-17 (17.0.20.1+1-1~deb12u1) bookworm-security; urgency=medium

  * Rebuild for bookworm.

[dgit import unpatched openjdk-17 17.0.20.1+1-1~deb12u1]

3 weeks agoImport openjdk-17_17.0.20.1+1-1~deb12u1.debian.tar.xz
Emilio Pozuelo Monfort [Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)]
Import openjdk-17_17.0.20.1+1-1~deb12u1.debian.tar.xz

[dgit import tarball openjdk-17 17.0.20.1+1-1~deb12u1 openjdk-17_17.0.20.1+1-1~deb12u1.debian.tar.xz]

4 weeks agoImport openjdk-17_17.0.20.1+1.orig.tar.xz
Vladimir Petko [Tue, 18 Aug 2026 21:18:02 +0000 (09:18 +1200)]
Import openjdk-17_17.0.20.1+1.orig.tar.xz

[dgit import orig openjdk-17_17.0.20.1+1.orig.tar.xz]

4 weeks agoImport openjdk-17_17.0.20.1+1.orig-googletest.tar.xz
Vladimir Petko [Tue, 18 Aug 2026 21:18:02 +0000 (09:18 +1200)]
Import openjdk-17_17.0.20.1+1.orig-googletest.tar.xz

[dgit import orig openjdk-17_17.0.20.1+1.orig-googletest.tar.xz]

7 weeks agoMerge version 17.0.18+8-1~deb12u1+rpi1 and 17.0.20+8-1~deb12u1 to produce 17.0.20... archive/raspbian/17.0.20+8-1_deb12u1+rpi1 raspbian/17.0.20+8-1_deb12u1+rpi1
Raspbian automatic forward porter [Tue, 28 Jul 2026 19:36:12 +0000 (20:36 +0100)]
Merge version 17.0.18+8-1~deb12u1+rpi1 and 17.0.20+8-1~deb12u1 to produce 17.0.20+8-1~deb12u1+rpi1

7 weeks agoMerge openjdk-17 (17.0.20+8-1~deb12u1) import into refs/heads/workingbranch
Emilio Pozuelo Monfort [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Merge openjdk-17 (17.0.20+8-1~deb12u1) import into refs/heads/workingbranch

7 weeks ago[PATCH] fix(TemplateTable): use float operations for fast_xaccess() and fstore()...
Vladimir Petko [Mon, 6 Jul 2026 21:58:32 +0000 (09:58 +1200)]
[PATCH] fix(TemplateTable): use float operations for fast_xaccess() and fstore(). This PR changes fstore and fast_xaccess operations to generate float (4 byte) instructions on S390x. This resolves out of bound read and writes on float that causes a segmentation fault with Compact Object Headers enabled.

From b9ea4636bea0f6264b2c602e4203e8e604d8da6e Mon Sep 17 00:00:00 2001
Bug: https://bugs.openjdk.org/browse/JDK-8387580
Origin: upstream, https://github.com/openjdk/jdk/commit/978dfecb6545166aee93a8e68c9c82535b0cb3e2

Gbp-Pq: Name jdk-8387580.diff

7 weeks agoProcess tests fail due to rust-coreutils
Vladimir Petko [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Process tests fail due to rust-coreutils

Origin: upstream, https://github.com/openjdk/jdk/pull/25838
Bug: https://bugs.openjdk.org/browse/JDK-8359735
Reviewed-by: Roger Riggs <roger.riggs@oracle.com>
Last-Update: 2025-06-19

To accommodate systems like Ubuntu 25.10 that use Rust coreutils,
this PR updates tests that previously assumed busybox was the only
environment to use symlinks for core utilities.
- java/lang/ProcessBuilder/Basic.java: The test is updated to simply
  verify that /bin/true and /bin/false are symlinks,
  removing the hardcoded check for a /bin/busybox target.
- java/lang/ProcessHandle/InfoTest.java: The test logic is relaxed.
  It now confirms that /bin/sleep is a symlink and then uses the
  symlink's target as the expected executable name.
Last-Update: 2025-06-19
Gbp-Pq: Name jdk-8359735.patch

7 weeks agotools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++
Vladimir Petko [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++

Origin: upstream, https://github.com/openjdk/jdk/commit/78a8a99d990dcc0b77c096bb2ca2c1bb86462e3f
Bug: https://bugs.openjdk.org/browse/JDK-8312488
Reviewed-By: asemenyuk, almatvee
Last-Update: 2024-07-18

The generated image contains libjpackageapplauncheraux.so that
contains a destructor function dcon(). It calls already disposed
logger, causing a crash.
Last-Update: 2024-07-18
Gbp-Pq: Name jdk-8312488.patch

7 weeks ago(fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble
Vladimir Petko [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
(fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble

Origin: upstream, https://github.com/openjdk/jdk/pull/20208
Bug: https://bugs.openjdk.org/browse/JDK-8336529
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/openjdk-23/+bug/2073335
Last-Update: 2024-07-17

time_t transition in Debian/Ubuntu left 32 bit time_t symbols in glibc.
Looking up 'futimens' via dlsym returns 32 bit version of the function.
This is causing failure to set last modified time
(e.g. instead of year 2017 we get 1976 in the test).
Using the function directly correctly calls 64 bit versions.
When we lookup functions with time_t arguments through dlsym()
calls we should use 64 bit versions.
Last-Update: 2024-07-17
Gbp-Pq: Name jdk-8336529-proposed.patch

7 weeks agouse int instead of time_t to print timezone info
Vladimir Petko [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch

7 weeks agoloong64-autoconf-config
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
loong64-autoconf-config

Gbp-Pq: Name loong64-autoconf-config.diff

7 weeks agoUse IP address in tests
Vladimir Petko [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Use IP address in tests

Forwarded: not-needed
Last-Update: 2023-03-27

Ubuntu build machines are not set up for dns. Use IP addresses to get correct test
outcomes.

Gbp-Pq: Name test-use-ip-address.patch

7 weeks agoReplace hostname with a non-existant ip address
Vladimir Petko [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Replace hostname with a non-existant ip address

Forwarded: no
Last-Update: 2023-03-27

In Ubuntu build environment we do not have DNS resolver, causing an unexpected test
failure. Use a non-existant IP address instead of hostname.

Gbp-Pq: Name ldap-timeout-test-use-ip.patch

7 weeks agoAdd missing permissions for TestNG 7.7
Vladimir Petko [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Add missing permissions for TestNG 7.7

Last-Update: 2023-03-24

TestNG has added more configuration properties, allow them in the minimal policy

Gbp-Pq: Name update-permission-test.patch

7 weeks agoMisalign address in the test rather than structure
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Misalign address in the test rather than structure

mk68-support.diff aligned metaspace structures by 4 bytes breaking the test.
Add 1 to address type rather than aligned structure to produce misaligned pointer.

Gbp-Pq: Name misalign-pointer-for-armhf.patch

7 weeks agoarmhf does not support frame unwinding, simplify assertion
Vladimir Petko [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
armhf does not support frame unwinding, simplify assertion

Bug: https://bugs.openjdk.org/browse/JDK-8305480

os::current_frame() is stubbed out on armhf and this test fails.
Simplify assertion as there is no "from xxxx" output on armhf.

Gbp-Pq: Name update-assertion-for-armhf.patch

7 weeks ago8314491: Linux: jexec launched via PATH fails to find java
Vladimir Petko [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
8314491: Linux: jexec launched via PATH fails to find java

Bug: https://github.com/openjdk/jdk/pull/15343
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029342
Applied-Upstream: dab1c213fd2760686a7bf3fc8838f4a21056a954
Last-Update: 2023-09-11

 jexec uses argv[0] parameter to find its own location.
 argv[0] is populated with the command value causing a failure to locate java
 when jexec is found in the PATH (in this case argv[0] contains just 'jexec')

Gbp-Pq: Name 8314491-jexec.patch

7 weeks agomips
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
mips

# DP: Untested patch suggested to fix #983878

# DP: Untested patch suggested to fix #983878

Gbp-Pq: Name mips.diff

7 weeks agojlink: Hash of module differs to expected hash recorded in java.base
Julian Gilbey [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
jlink: Hash of module differs to expected hash recorded in java.base

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944738
Forwarded: not-needed

The cause is the use of dh_strip_nondeterminism late in the build
process.  This reorganises the jmod files, which in turn changes their
SHA256 checksums.  This would not be a problem, except that the
checksums are saved in java.base.jmod *before* the use of
dh_strip_nondeterminism.  Performing this stripping immediately after
each jmod file is created results in the checksums being consistent
throughout.

Gbp-Pq: Name reproducible-build-jmod.diff

7 weeks agoMakes the generated module-info.java files reproducible (removes a captured build...
Emmanuel Bourg [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Makes the generated module-info.java files reproducible (removes a captured build path)

Forwarded: no

Gbp-Pq: Name reproducible-module-info.diff

7 weeks agoMakes the generated character data classes reproducible (removes a timestamp and...
Emmanuel Bourg [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Makes the generated character data classes reproducible (removes a timestamp and trims a build path captured in the comments)

Forwarded: no

Gbp-Pq: Name reproducible-character-data.diff

7 weeks agoRevert upstream default to GTK2
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Revert upstream default to GTK2

OpenJDK 11 uses GTK3 by default for the GTK Look and Feel but it still
has too many pending issues and artifacts and is not on par with GTK2
support. This patch is the reverse of the upstream commit which ensures
that GTK2 is tried before GTK3.
 When GTK3 becomes better supported we should drop this and update the
 dlopen_jre_depends variable in debian/rules accordingly.
Origin: upstream, http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/3e3696a308e1
Bug: https://bugs.openjdk.java.net/browse/JDK-8198649,
     https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8198654
Bug-Ubuntu: https://launchpad.net/bugs/1770278
Forwarded: not-needed
Applied-Upstream: http//hg.openjdk.java.net/jdk-updates/jdk11u/rev/3e3696a308e1
Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2019-03-27 <YYYY-MM-DD, last update of the meta-information, optional>

Gbp-Pq: Name keep-gtk2-as-default.patch

7 weeks ago[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)
John Paul Adrian Glaubitz [Fri, 21 Dec 2018 12:18:17 +0000 (15:18 +0300)]
[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)

Gbp-Pq: Name Don-t-optimize-fdlibm-fork-for-Zero-on-linux-sparc-Z.patch

7 weeks agomake-debug-print
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
make-debug-print

Gbp-Pq: Name make-debug-print.diff

7 weeks agoMakes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOC...
Emmanuel Bourg [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Makes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOCH is specified

Forwarded: no

Gbp-Pq: Name reproducible-properties-timestamp.diff

7 weeks agoFix alignment issues on m68k
John Paul Adrian Glaubitz [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Fix alignment issues on m68k

Last Update: 2019-04-29

Last Update: 2019-04-29

Gbp-Pq: Name m68k-support.diff

7 weeks agodnd-files
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
dnd-files

Gbp-Pq: Name dnd-files.diff

7 weeks agoatk-wrapper-security
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
atk-wrapper-security

Gbp-Pq: Name atk-wrapper-security.diff

7 weeks agohotspot-disable-exec-shield-workaround
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
hotspot-disable-exec-shield-workaround

Gbp-Pq: Name hotspot-disable-exec-shield-workaround.diff

7 weeks agozero-x32
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
zero-x32

Gbp-Pq: Name zero-x32.diff

7 weeks agomachine-flag
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
machine-flag

Gbp-Pq: Name machine-flag.diff

7 weeks ago8199220
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
8199220

# HG changeset patch
# User enevill
# Date 1520877434 0
#      Mon Mar 12 17:57:14 2018 +0000
# Node ID 81265b23c488c7fd03ebaee04d1802fc0ada737e
# Parent  ecd91135d645bed6620abbd76ce30a906b6d7d44
8199220: Zero build broken after 81951038191102 and 8189871
Reviewed-by: dholmes, stuefe, eosterlund, glaubitz, coleenp
Gbp-Pq: Name 8199220.diff

7 weeks agojdk-i18n-pt_BR
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
jdk-i18n-pt_BR

Gbp-Pq: Name jdk-i18n-pt_BR.diff

7 weeks agojtreg-location
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
jtreg-location

Gbp-Pq: Name jtreg-location.diff

7 weeks agojdk-getAccessibleValue
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
jdk-getAccessibleValue

Gbp-Pq: Name jdk-getAccessibleValue.diff

7 weeks agos390x-opt
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
s390x-opt

Gbp-Pq: Name s390x-opt.diff

7 weeks agomultiple-pkcs11-library-init
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
multiple-pkcs11-library-init

# HG changeset patch
# User andrew
# Date 1352129932 0
# Node ID e9c857dcb964dbfa5eef3a3590244cb4d999cf7a
# Parent  1406789608b76d0906881979335d685855f44190
Allow multiple PKCS11 library initialisation to be a non-critical error.

Gbp-Pq: Name multiple-pkcs11-library-init.diff

7 weeks agoadlc-parser
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
adlc-parser

# DP: fixes an uninitialized memory issue in adlc

# DP: fixes an uninitialized memory issue in adlc

Gbp-Pq: Name adlc-parser.diff

7 weeks agodefault-jvm-cfg
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
default-jvm-cfg

Gbp-Pq: Name default-jvm-cfg.diff

7 weeks agolibpcsclite-dlopen
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
libpcsclite-dlopen

Gbp-Pq: Name libpcsclite-dlopen.diff

7 weeks agoicedtea-override-redirect-compiz
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
icedtea-override-redirect-compiz

Gbp-Pq: Name icedtea-override-redirect-compiz.diff

7 weeks agoicc_loading_with_symlink
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
icc_loading_with_symlink

Gbp-Pq: Name icc_loading_with_symlink.diff

7 weeks agohotspot-mips-align
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
hotspot-mips-align

Gbp-Pq: Name hotspot-mips-align.diff

7 weeks agosystem-pcsclite
OpenJDK Team [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
system-pcsclite

Gbp-Pq: Name system-pcsclite.diff

7 weeks agoopenjdk-17 (17.0.20+8-1~deb12u1) bookworm-security; urgency=medium
Emilio Pozuelo Monfort [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
openjdk-17 (17.0.20+8-1~deb12u1) bookworm-security; urgency=medium

  * Non-maintainer upload by the LTS Team.
  * Backport to bookworm.

[dgit import unpatched openjdk-17 17.0.20+8-1~deb12u1]

7 weeks agoImport openjdk-17_17.0.20+8-1~deb12u1.debian.tar.xz
Emilio Pozuelo Monfort [Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)]
Import openjdk-17_17.0.20+8-1~deb12u1.debian.tar.xz

[dgit import tarball openjdk-17 17.0.20+8-1~deb12u1 openjdk-17_17.0.20+8-1~deb12u1.debian.tar.xz]

8 weeks agoImport openjdk-17_17.0.20+8.orig.tar.xz
Vladimir Petko [Wed, 22 Jul 2026 01:04:53 +0000 (13:04 +1200)]
Import openjdk-17_17.0.20+8.orig.tar.xz

[dgit import orig openjdk-17_17.0.20+8.orig.tar.xz]

8 weeks agoImport openjdk-17_17.0.20+8.orig-googletest.tar.xz
Vladimir Petko [Wed, 22 Jul 2026 01:04:53 +0000 (13:04 +1200)]
Import openjdk-17_17.0.20+8.orig-googletest.tar.xz

[dgit import orig openjdk-17_17.0.20+8.orig-googletest.tar.xz]

7 months agoMerge version 17.0.16+8-1~deb12u1+rpi1 and 17.0.18+8-1~deb12u1 to produce 17.0.18... archive/raspbian/17.0.18+8-1_deb12u1+rpi1 raspbian/17.0.18+8-1_deb12u1+rpi1
Raspbian automatic forward porter [Mon, 26 Jan 2026 12:17:18 +0000 (12:17 +0000)]
Merge version 17.0.16+8-1~deb12u1+rpi1 and 17.0.18+8-1~deb12u1 to produce 17.0.18+8-1~deb12u1+rpi1

7 months agoMerge openjdk-17 (17.0.18+8-1~deb12u1) import into refs/heads/workingbranch
Moritz Mühlenhoff [Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)]
Merge openjdk-17 (17.0.18+8-1~deb12u1) import into refs/heads/workingbranch

7 months agoProcess tests fail due to rust-coreutils
Vladimir Petko [Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)]
Process tests fail due to rust-coreutils

Origin: upstream, https://github.com/openjdk/jdk/pull/25838
Bug: https://bugs.openjdk.org/browse/JDK-8359735
Reviewed-by: Roger Riggs <roger.riggs@oracle.com>
Last-Update: 2025-06-19

To accommodate systems like Ubuntu 25.10 that use Rust coreutils,
this PR updates tests that previously assumed busybox was the only
environment to use symlinks for core utilities.
- java/lang/ProcessBuilder/Basic.java: The test is updated to simply
  verify that /bin/true and /bin/false are symlinks,
  removing the hardcoded check for a /bin/busybox target.
- java/lang/ProcessHandle/InfoTest.java: The test logic is relaxed.
  It now confirms that /bin/sleep is a symlink and then uses the
  symlink's target as the expected executable name.
Last-Update: 2025-06-19
Gbp-Pq: Name jdk-8359735.patch

7 months agotools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++
Vladimir Petko [Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)]
tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++

Origin: upstream, https://github.com/openjdk/jdk/commit/78a8a99d990dcc0b77c096bb2ca2c1bb86462e3f
Bug: https://bugs.openjdk.org/browse/JDK-8312488
Reviewed-By: asemenyuk, almatvee
Last-Update: 2024-07-18

The generated image contains libjpackageapplauncheraux.so that
contains a destructor function dcon(). It calls already disposed
logger, causing a crash.
Last-Update: 2024-07-18
Gbp-Pq: Name jdk-8312488.patch

7 months ago(fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble
Vladimir Petko [Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)]
(fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble

Origin: upstream, https://github.com/openjdk/jdk/pull/20208
Bug: https://bugs.openjdk.org/browse/JDK-8336529
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/openjdk-23/+bug/2073335
Last-Update: 2024-07-17

time_t transition in Debian/Ubuntu left 32 bit time_t symbols in glibc.
Looking up 'futimens' via dlsym returns 32 bit version of the function.
This is causing failure to set last modified time
(e.g. instead of year 2017 we get 1976 in the test).
Using the function directly correctly calls 64 bit versions.
When we lookup functions with time_t arguments through dlsym()
calls we should use 64 bit versions.
Last-Update: 2024-07-17
Gbp-Pq: Name jdk-8336529-proposed.patch

7 months agouse int instead of time_t to print timezone info
Vladimir Petko [Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)]
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch

7 months agoloong64-autoconf-config
OpenJDK Team [Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)]
loong64-autoconf-config

Gbp-Pq: Name loong64-autoconf-config.diff

7 months agoUse IP address in tests
Vladimir Petko [Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)]
Use IP address in tests

Forwarded: not-needed
Last-Update: 2023-03-27

Ubuntu build machines are not set up for dns. Use IP addresses to get correct test
outcomes.

Gbp-Pq: Name test-use-ip-address.patch

7 months agoReplace hostname with a non-existant ip address
Vladimir Petko [Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)]
Replace hostname with a non-existant ip address

Forwarded: no
Last-Update: 2023-03-27

In Ubuntu build environment we do not have DNS resolver, causing an unexpected test
failure. Use a non-existant IP address instead of hostname.

Gbp-Pq: Name ldap-timeout-test-use-ip.patch

7 months agoAdd missing permissions for TestNG 7.7
Vladimir Petko [Thu, 22 Jan 2026 22:15:51 +0000 (23:15 +0100)]
Add missing permissions for TestNG 7.7

Last-Update: 2023-03-24

TestNG has added more configuration properties, allow them in the minimal policy

Gbp-Pq: Name update-permission-test.patch